Just a list of MembershipBean objects, with a get method to allow retrieving them by name
Properties
Name | Returns | Notes | Example |
---|---|---|---|
groupByOrg | Map | ||
first | MembershipBean | ||
last | MembershipBean |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
hasGroup ( groupName ) | boolean | ||
filterByOrg ( orgId ) | MembershipList | Return a new list which is this list filtered so it only contains memberships to the organisation with the given orgid |
|
filterByOrgType ( orgType ) | MembershipList | Return a new list which is this list filtered so it only contains memberships to the organisation with the given orgTYpe |
|
filterByGroup ( groupName ) | MembershipList | Return a new list which is this list filtered so it only contains memberships to the given group |
|
filterByGroupFolder ( groupFolderName ) | MembershipList | ||
filterByGroupType ( groupType ) | MembershipList |
Hide comments
